home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #14 / CD 14 (Black) - 2001.iso / Magic Games / MagicGames.exe / #setuppath# / help / menu.js < prev    next >
Encoding:
Text File  |  2001-04-30  |  1.2 KB  |  29 lines

  1. document.write(
  2.     "<center><table width='130' cellpadding='0' cellspacing='0' border='0'>" +
  3.         "<tr><td height='8'><img src='images/trans.gif' width='1' height='8' vspace='0' hspace='0' border='0'></td></tr>" +
  4.         "<tr align='left' valign='bottom'><th>" +
  5.             "<font face='Arial' size=+1><i>AGENTIX</i></font></th></tr>" +
  6.         "<tr align='right'><th>" +
  7.             "<font face='Arial' size=+1><i>Software </i></font></th></tr>" +
  8.     "</table></center>" +
  9.  
  10.     "<table width='140' border='0'>" +
  11.     "<tr><td height='40'></td></tr>" +    
  12.     "<tr>" +
  13.         "<th align='right' valign='top'>" +
  14.             " <a href='mgames.html'>Products</a> " +
  15.             "<hr align='center' size='1' width='100%'>" +
  16.             " <a href='registration.html'>Registration</a> " +        
  17.             "<hr align='center' size='1' width='100%'>" +
  18.             " <a href='contact.html'>Contact us</a> " +        
  19.             "<hr align='center' size='1' width='100%'>" +
  20.         "</th>" +
  21.     "</tr>" +
  22.     "<tr><td height='100' align='left'>" +    
  23.         "<font face='Arial' color='Black' size=-2><i>" +
  24.             "To contact us<br> please send mail to<br> <a href='mailto:support@agentix.org'>support@agentix.org</a>" +
  25.         "</i></font>" +
  26.     "</td></tr>" +    
  27.     "</table>");
  28.  
  29.